/* nav spacing */
.theChannel-navItems-space {
    margin-right: auto;
}

.theChannel-navContact-space {
    margin-right: auto;
}
.theChannel-navLogo-space {
    margin-left: 60px;
}

/* nav Edit */
.theChannel_navigation {
    display: none;
}
.theChannel-nav {
    position: absolute;
    z-index: 99999;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border-top: 0.2px solid;
    border-color: #f4ce47;
    margin-top: 60.5px;
    height: 100px;
}

/* Slider Edit */
.slider-box {
    width: 100%;
    height: 100vh;
    display: block;
}
.theChannel-slider-container {
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
}
.theChannel-slide {
    width: 100%;
    display: inline-block;
    height: 100vh;
    object-fit: contain !important;
    filter: brightness(0.2);
}
.theChannel-image {
    filter: grayscale(100%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.theChannel-nav-item {
    transition: all 0.5s;
}
.theChannel-nav-item:hover {
    color: #000000;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

/* Dot Edit */
.vertical-dots .slick-dots {
    position: absolute;
    top: 50%;
    left: auto;
    bottom: auto;
    right: 25px;
    width: 7px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: black;
    z-index: 999999;
}
.vertical-dots .slick-dots li {
    display: block;
    margin: 0;
    margin-bottom: 5px;
}
.slick-dots li button:before {
    color: #f4ce47;
    font-size: 25px;
}

.slick-dots li.slick-active button:before {
    color: #f4ce47;
    font-size: 20px;
    line-height: 20px;
}

.slick-dots li.slick-active button {
    border: 3px solid #f4ce47;
    border-radius: 100%;
}
.slick-dots li.slick-active button:before {
    color: transparent;
}

/* Landing section */

.theChannel-header {
    background-size: cover;
    background-position: top;
    position: relative;
}

.theChannel-header-logo-box {
    position: absolute;
    top: 20px;
    left: 60px;
}
.theChannel-phone {
    color: #f4ce47;
}
.theChannel-header-icon-box {
    position: absolute;
    top: 20px;
    left: 86%;
}
.theChannel-header-logo {
    height: 1.7rem;
}

.theChannel-header-text-box {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.theChannel-heading-primary {
    color: #fff;
    font-weight: bold !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.theChannel-heading-mouse-img {
    top: 84%;
    left: 49%;
    position: absolute;
    transform: translate(0%, 25%);
}
.theChannel-heading-primary--main {
    margin-top: 225px;
    width: 710px;
}

.theChannel-list-group-item {
    list-style-type: circle;
    font-weight: 20;
    font-size: 1.5rem;
    width: 200px;
    height: 100px;
}

.theChannel-li-marker {
    color: #f4ce47;
    font-size: 60px;
}
.theChannel-list-group {
    width: 200px;
    height: 100px;
}
.theChannel-heading-primary--sub {
    display: block;
}

.theChannel-btn,
.theChannel-btn:link,
.theChannel-btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    margin-top: 50px;
    border: none;
    cursor: pointer;
}

.theChannel-btn:hover {
    color: #000000;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}
.theChannel-btn:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.theChannel-btn:active,
.theChannel-btn:focus {
    outline: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.theChannel-btn--yellow {
    background-color: #f4ce47;
    color: rgba(0, 0, 0);
}
.theChannel-btn--yellow::after {
    background-color: #f4ce47;
}
.theChannel-btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

/* Services */

/* About-section */
.theChannel-effect {
    backdrop-filter: grayscale(100%) brightness(1.1);
}
.theChannel-about-section {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
}
.theChannel-about-btn {
    background: linear-gradient(to left, transparent 50%, black 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
}
.theChannel-about-btn:hover {
    background-position: left;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}

.theChannel-about-row {
    width: 60%;

    margin-bottom: 80px;
}

.theChannel-about-h2-span {
    color: #f4ce47;
}

.theChannel-about-col2 {
    background-color: #f4ce47;
}
.theChannel-about-image-cl2 {
    width: 100px;
}

/* Flow section */
.theChannel-flow-effect {
    backdrop-filter: grayscale(100%);
}
.flow-slider {
    display: none !important;
}

.theChannel-flow-section {
    content: "";
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.theChannel-flow-header {
    color: #f4ce47;
}
.theChannel-flow-description {
    color: white;
}

.theChannel-flow-col {
    color: white;
}

.theChannel-flow-row {
    background-image: url(../images/pathwithArrow.png);
    background-position-y: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0px;
    width: 100%;
}
.theChannel-flow-image {
    background-color: #f4ce47;
    display: flex;
    width: 110px !important;
    height: 100px !important;
    align-items: center;
    padding-left: 4px;
    border: solid;
    border-color: #f4ce47;
    justify-content: center;
}

.theChannel-flow-image-span {
    color: #f4ce47;
}
.theChannel-flow-image-tag {
    width: 50px;
}

/* Footer */

.theChannel-footer-mail-icon {
    width: 50px;
}
.theChannel-footer-mail {
    color: black;
}
.theChannel-footer-mail:hover {
    color: #f4ce47;
}
.theChannel-phone:hover {
    color: #f4ce47;
}
